/* _content/Max Iterations Web Application/Pages/Administrative/CompanyManagement.razor.rz.scp.css */
.d[b-3hljoj9oq5] {
    color: grey;
}

.d:hover[b-3hljoj9oq5] {
    color: var(--bs-primary);
    cursor: pointer;
}

tbody tr:hover[b-3hljoj9oq5] {
    cursor: pointer;
}
/* _content/Max Iterations Web Application/Pages/Administrative/CompanyPropertiesPage.razor.rz.scp.css */
/* Optional: Customize the appearance */
label[b-fx7o7045el] {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

input[type="color"][b-fx7o7045el] {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* For screen readers */
.sr-only[b-fx7o7045el] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}
/* _content/Max Iterations Web Application/Pages/Administrative/UserManagement.razor.rz.scp.css */
.d[b-zscka0m5j7] {
    color: grey;
}

.d:hover[b-zscka0m5j7] {
    color: var(--bs-primary);
    cursor: pointer;
}

tbody tr:hover[b-zscka0m5j7]{
    cursor: pointer;
}
/* _content/Max Iterations Web Application/Pages/Dashboard.razor.rz.scp.css */
.dashboard-links[b-fjsr5oei38] {
    font-size: 18px;
    color: var(--bs-primary);
    font-weight: 700;
    font-family: "Kumbh Sans", serif;
    text-decoration: none;
    bottom: 20px;
    right: 30px;
}

.dashboard-links:hover[b-fjsr5oei38], .dashboard-links:focus[b-fjsr5oei38] {
    color: var(--bs-secondary);
    text-decoration: underline;
    transition: color 0.3s ease;
    cursor: pointer;
    text-shadow: var(--bs-primary);
}

#dashboard-cards[b-fjsr5oei38] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#iframe-div[b-fjsr5oei38] {
    width: 100%;
    transform: translateY(0px);
}

iframe[b-fjsr5oei38] {
    height: 403px;
    border-radius: 14px;
    filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.04));
    background-image: linear-gradient(42deg, var(--bs-primary) 10%, var(--bs-secondary) 90%);
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    width: calc(100% - 300px);
    justify-content: center;
}

.max-iterations-card-dashboard[b-fjsr5oei38] {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    min-height: calc(50% - 20px);
    max-height: calc(50% - 20px);
    border-radius: 14px;
    filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.04));
    background-color: var(--bs-white);
    margin: auto;
}
/* _content/Max Iterations Web Application/Pages/Model/Edit/Edit.razor.rz.scp.css */
[b-5jlsg2jjyt] #buttons {
    float: right;
}

#buttons[b-5jlsg2jjyt]  > button {
    width: 90px;
    align-content: center;
}

#buttons[b-5jlsg2jjyt]  > button, #buttons > input[type=search][b-5jlsg2jjyt]  {
    background-color: var(--bs-light);
    border-radius: 20px;
    color: var(--bs-dark);
    font-weight: bold;
    border-color: silver;
    height: 30px;
    font-size: 1em;
}

#buttons[b-5jlsg2jjyt]  button:hover {
    background: var(--bs-primary);
    color: var(--bs-light);
    border-color: transparent;
}

#buttons > input[type='search'][b-5jlsg2jjyt] {
    text-indent: 4px;
}

#buttons[b-5jlsg2jjyt]  button:hover > img, img.multi-item-share-img:hover[b-5jlsg2jjyt] {
    filter: invert(1);
    background: transparent; /*Prevent background from turning green*/
}

.title[b-5jlsg2jjyt] {
    margin-bottom: 10px;
}

.wizard__ui[b-5jlsg2jjyt] {
    height: calc(100% - 26px);
    background: var(--bs-white);
    padding: 20px;
    border-radius: 10px;
    max-width: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.select[b-5jlsg2jjyt] {
    margin-left: calc(100% - 450px - 50%);
    position: fixed;
    top: 18px;
    width: 450px;
    z-index: 99
}

.select--margin-bottom__40px[b-5jlsg2jjyt] {
    margin-bottom: 40px;
}



.ui__navigation[b-5jlsg2jjyt] {
    /* rest of your styles */
    margin-top: auto;
    max-width: calc(100%);
}

.button__navigation[b-5jlsg2jjyt] {
    float: right;
}
/* _content/Max Iterations Web Application/Pages/Model/FreeForm/FreeForm.razor.rz.scp.css */
.div__select[b-y4nq4fqhzd] {
    position: absolute;
    top: 18px;
    width: 450px;
    z-index: 99
}

.select[b-y4nq4fqhzd] {
    margin-bottom: 40px;
    position: fixed;
    margin-left: 35%;
    width: 300px;
}

.container__freeform[b-y4nq4fqhzd] {
    padding: 30px;
    border-radius: 10px;
    margin-top: 10px;
}

#divContainer[b-y4nq4fqhzd]  input, [b-y4nq4fqhzd] select, .wizardDisplay[b-y4nq4fqhzd] {
    color: var(--assumptionColor);
}

#divContainer[b-y4nq4fqhzd], .noBackground[b-y4nq4fqhzd] {
    background: white !important;
}

.wrap-text[b-y4nq4fqhzd] {
    width: 1500px; /* Set a width for the div */
    word-wrap: break-word; /* Wrap long words if needed */
    word-break: break-all; /* Ensure words break at any point if necessary */
    white-space: normal;
}
/* _content/Max Iterations Web Application/Pages/Model/FreeForm/Table.razor.rz.scp.css */
.cell-min-width[b-tkmjjrbcfe] {
    min-width: 95px;
}

tr[b-tkmjjrbcfe] {
    height: 20px;
}

table[b-tkmjjrbcfe] {
    width: 100%;
    font-size: 12px;
}
/* _content/Max Iterations Web Application/Pages/Model/List/ArrowToggleButton.razor.rz.scp.css */
/*This is to counter bootstrap*/


.arrow__button[b-3fat2c8zob] {
    width: 15px;
    border: 0 transparent;
    padding: 0;
    cursor: pointer;
    filter: invert(.1);
    vertical-align: revert;
}

.arrow__button--invert[b-3fat2c8zob] {
    transform: rotate(180deg);
}

.arrow__button--invisible[b-3fat2c8zob] {
    display: none;
}

.expand_size_as_necessary[b-3fat2c8zob] {
    width: max-content;
    cursor: pointer;
    user-select: none;
}
/* _content/Max Iterations Web Application/Pages/Model/List/FilterModal/SearchableSwitchList.razor.rz.scp.css */
input:checked + label[b-x5rts1e9bj]{
    font-weight: bold;
    color: var(--bs-primary)
}
/* _content/Max Iterations Web Application/Pages/Model/List/ModelList.razor.rz.scp.css */
div.shared-state[b-xur7zq5la7] {
    background: var(--bs-dark); /*Ignore Error. It is supported by the browser. Visual Studio can't display the alpha that is why it is complaining.'*/
    color: var(--bs-light);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
}

div.shared-with-me[b-xur7zq5la7] {
    background: var(--bs-primary);
}

div.shared-by-me[b-xur7zq5la7] {
    background: var(--bs-secondary);
}

.table-wrapper[b-xur7zq5la7] {
    background: white !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 25px 25px 1px !important;
    height: calc(100vh - 226px); /*The 226px is the space needed for the bottom and top overlays. If changed, the entire page will start to scroll*/
    overflow-y: scroll;
}

.emphasized-text[b-xur7zq5la7] {
    font-weight: bold;
    color: var(--bs-secondary);
}

.page-navigation[b-xur7zq5la7] {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
    background: var(--bs-light);
    padding-bottom: 5px;
    user-select: none;
}

.model-list-page-button[b-xur7zq5la7], .current-page[b-xur7zq5la7] {
    color: silver;
    display: inline-table;
    font-family: monospace;
    align-content: center;
    width: 2em; /*This only works because it is a monospaced font and because the maximum number of pages is 99*/
}

.model-list-page-button:hover[b-xur7zq5la7] {
    color: var(--bs-dark);
    cursor: pointer;
}

.model-list-page-button:hover[b-xur7zq5la7] {
    color: var(--bs-dark);
    cursor: pointer;
}

.model-list-page-button:hover > .arrow[b-xur7zq5la7] {
    border-color: var(--bs-primary);
}

.arrow[b-xur7zq5la7] {
    border: solid var(--bs-dark);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.current-page[b-xur7zq5la7] {
    color: var(--bs-primary);
    font-weight: bold;
}

.right[b-xur7zq5la7] {
    transform: rotate(-45deg);
}

.left[b-xur7zq5la7] {
    transform: rotate(135deg);
}

.sticky-header[b-xur7zq5la7] {
    top: -25px;
    position: sticky;
    background: ghostwhite;
    z-index: 10;
}

thead[b-xur7zq5la7] {
    position: relative;
}

td[b-xur7zq5la7] {
    vertical-align: middle;
}

.sortable-column[b-xur7zq5la7] {
    cursor: pointer;
}

#table[b-xur7zq5la7] {
    display: table;
    width: 100%;
}

.tr[b-xur7zq5la7] {
    display: table-row;
}

.td[b-xur7zq5la7] {
    display: table-cell;
}

#buttons[b-xur7zq5la7] {
    float: right;
}

#buttons > button[b-xur7zq5la7] {
    width: 90px;
    align-content: center;
}

#buttons > button[b-xur7zq5la7], #buttons > input[type=search][b-xur7zq5la7] {
    background-color: var(--bs-light);
    border-radius: 20px;
    color: var(--bs-dark);
    font-weight: bold;
    border-color: silver;
    height: 30px;
    font-size: 1em;
}

#buttons *:hover[b-xur7zq5la7] {
    background: var(--bs-primary);
    color: var(--bs-light);
    border-color: transparent;
}

#buttons > input[type='search'][b-xur7zq5la7] {
    text-indent: 4px;
}

#buttons *:hover > img[b-xur7zq5la7], img.multi-item-share-img:hover[b-xur7zq5la7] {
    filter: invert(1);
    background: transparent; /*Prevent background from turning green*/
}

#page-count[b-xur7zq5la7] {
    display: flex;
    position: absolute;
    padding-left: 30px;
}

.add-image-button[b-xur7zq5la7] {
    cursor: pointer;
    border-radius: 15px;
    padding: 0;
    font-size: 0;
    vertical-align: middle;
}

.add-image-button-hotfix[b-xur7zq5la7] {
    width: 22px;
    max-width: 20px;
    position: absolute;
    top: 80px;
    left: 425px;
}

.add-image-button:hover[b-xur7zq5la7] {
    background: var(--bs-primary);
}
/* _content/Max Iterations Web Application/Pages/Model/Shared/Features/FeatureID21.razor.rz.scp.css */
textarea[b-1yncdt8zq2] {
    background-color: whitesmoke;
    border: 2px solid var(--bs-primary);

    --border-color: var(--bs-dark);
    --border-thickness: 2px;
    --hover-gap: 5px;

    padding: calc(var(--hover-gap) + var(--border-thickness));
    --gradient-colors: #0000 25%, var(--border-color) 0;
    background: conic-gradient(from 180deg at top var(--border-thickness) right var(--border-thickness), var(--gradient-colors)) var(--hover-expand, 200%) 0  /200% var(--hover-expand, var(--border-thickness)) no-repeat,
    conic-gradient(at bottom var(--border-thickness) left var(--border-thickness), var(--gradient-colors)) 0 var(--hover-expand, 200%)/var(--hover-expand, var(--border-thickness)) 200% no-repeat;
    transition: .3s, background-position .3s .3s;
    cursor: pointer;
}

textarea:hover[b-1yncdt8zq2] {
    border-color: var(--bs-secondary);
}

textarea:focus[b-1yncdt8zq2] {
    --hover-expand: 100%;
    transition: .3s, background-size .3s .3s;
}
/* _content/Max Iterations Web Application/Pages/Model/Shared/Features/Templates/HistoricalAndProjectedPercentage.razor.rz.scp.css */
/* _content/Max Iterations Web Application/Pages/Model/Shared/Features/Templates/MultiCurrencyInputs.razor.rz.scp.css */
.currency-input-container__max-width[b-klpbni6rbq] {
    max-width: calc(100% - 100px);
}

/*Column 1 of table*/
.currency-input-container__label-container[b-klpbni6rbq] {
    max-width: 550px;
    min-width: 550px;
    margin: 0;
    display: flex;
    align-items: center;
}

.label-container__title[b-klpbni6rbq] {
    margin: 0 0 40px;
    min-width: 280px;
    margin-top: 7px;
}

.label-container__subtitle-container[b-klpbni6rbq] {
    max-width: 150px;
}

/*Reference: https://www.w3schools.com/cssref/sel_firstchild.php*/
.label-container__subtitle-container > :first-child[b-klpbni6rbq] {
    margin-top: 38px;
}

.label-container__subtitle-container > *[b-klpbni6rbq] {
    margin-top: 5px;
}

/*All columns after 1 of table*/
.currency-input-container__input-container[b-klpbni6rbq] {
    padding: 0 0 0 10px;
    max-width: 60%;
}

.input-container__year-container[b-klpbni6rbq] {
    max-width: 200px;
}

.year-container__label[b-klpbni6rbq] {
    margin-left: 40px;
    margin-bottom: 0;
    font-size: .9rem;
}

.year-container__currency-symbol[b-klpbni6rbq] {
    max-width: 0;
    line-height: 2.3;
    height: 0;
    margin-left: 0;
    font-size: 18px;
    float: left;
}

.year-container__percentage-output[b-klpbni6rbq] {
    font-weight: bolder;
    margin-left: 32px;
}

@media print {
    .currency-input-container__label-container[b-klpbni6rbq] {
        max-width: 35% !important;
        min-width: 35% !important;
    }

    .currency-input-container__input-container[b-klpbni6rbq] {
        max-width: 65% !important;
        min-width: 65% !important;
    }
}
/* _content/Max Iterations Web Application/Pages/Model/Shared/Features/Templates/QuestionnaireInput.razor.rz.scp.css */
.margin[b-s1w1zkhp9a] {
    margin-bottom: 70px;
}
/* _content/Max Iterations Web Application/Pages/Model/Shared/UI/ButtonsList.razor.rz.scp.css */
#buttons[b-9bj71w0rj8]  > button {
    width: 100px;
    align-content: center;
}

#buttons[b-9bj71w0rj8]  > button, #buttons > input[type=search][b-9bj71w0rj8]  {
    background-color: var(--bs-light);
    border-radius: 20px;
    color: black;
    font-weight: bold;
    border-color: silver;
    height: 30px;
    font-size: 1em;
    margin-left: 5px;
    min-width: 120px;
    line-height: 1.1;
}

#buttons[b-9bj71w0rj8]  button:hover {
    background: var(--bs-primary);
    color: var(--bs-light);
    border-color: transparent;
}

#buttons > input[type='search'][b-9bj71w0rj8] {
    text-indent: 4px;
}

#buttons[b-9bj71w0rj8]  button:hover > img, img.multi-item-share-img:hover[b-9bj71w0rj8] {
    filter: invert(1);
    background: transparent; /*Prevent background from turning green*/
}

#buttons button > a[b-9bj71w0rj8] {
    color: black;
}

#buttons button:hover > a[b-9bj71w0rj8] {
    color: var(--bs-light);
}
/* _content/Max Iterations Web Application/Pages/Model/Shared/UI/PreAssumptionPage.razor.rz.scp.css */
.intuit-div[b-8wr7erddvf] {
    width: 250px;
    margin-top: 50px;
    text-decoration: none;
    color: black;
    border: 3px solid transparent;
}

    .intuit-div:hover[b-8wr7erddvf] {
        border: 3px solid black;
        border-radius: 5px;
        cursor: pointer;
    }
/* _content/Max Iterations Web Application/Pages/Templates/Index2.razor.rz.scp.css */
input[type="radio"][b-gx68kyb6zv]{
    visibility: hidden;
    height: 0;
    width: 0;
}

label[b-gx68kyb6zv] {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    background-color: #454545;
    padding: 5px 10px;
    border-radius: 3px;
    transition: all .3s ease-out;
}

label:hover[b-gx68kyb6zv]{
    background-color: var(--bs-secondary);
}

input[type="radio"]:checked + label[b-gx68kyb6zv]{
    background-color: var(--bs-primary);
}

input[type="radio"]:checked + label > img[b-gx68kyb6zv]{
    filter: invert(1);
}

.template-containers[b-gx68kyb6zv]{
    height: 500px;
    padding-top: 10px;
}

.template-container[b-gx68kyb6zv]{
    position: relative; /*Makes it possible to overlay the two divs over each other*/
    height: 240px;
    width:  240px;
}

.template-background-button[b-gx68kyb6zv], .template[b-gx68kyb6zv]{
    border-radius: 5px;
}

.template-background-button[b-gx68kyb6zv] {
    position: absolute;
    background: transparent;
    border: transparent;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.template[b-gx68kyb6zv] {
    background: white;
    border: 1px solid transparent; /*So the page isn't moving when hovered on*/
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    height: 100%;
    width: 100%;
}

.template-container:hover .template[b-gx68kyb6zv] {
    background: linear-gradient(90deg, rgba(var(--bs-primary-rgb), 0.2) 0%, rgba(var(--bs-secondary-rgb), 0.3) 100%);
    border: solid 1px var(--bs-secondary);
    transition: all 1s ease-in-out;
}

.template-model-type[b-gx68kyb6zv] {
    text-align: left;
    font-size: x-small;
}

.template-header-shared-button[b-gx68kyb6zv]{
    position: absolute;
    right: 20px;
}

.template-name[b-gx68kyb6zv] {
    font-size: larger;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
}

.template-estimation[b-gx68kyb6zv] {
    font-size: smaller;
    text-align: center;
    color: gray;
    margin-bottom: 20px;
}

.template-details[b-gx68kyb6zv] {
    color: gray;
    font-size: smaller;
    height: calc(180px / 2 + 10px); /*Based on card height*/
    text-overflow: ellipsis;
    overflow: hidden;
}

.template-buttons[b-gx68kyb6zv] {
    position: relative;
    visibility: hidden;
}

.template-button[b-gx68kyb6zv] {
    background-color: transparent;
    border: transparent;
}

.template-button:hover[b-gx68kyb6zv] {
    filter: invert(1);
}

.template-button img[b-gx68kyb6zv]{
    width: 15px;
}

.template-button:hover img[b-gx68kyb6zv]{
    width: 20px;
}

.template-container:hover .template-buttons[b-gx68kyb6zv] {
    display: inline-block;
    visibility: visible;
}

.shared-info-button[b-gx68kyb6zv]{
    position: absolute;
    bottom: 200px;
    left: 163px;
    visibility: initial;
}

#picker:has(div > input[id='list']:checked) + div .template-container[b-gx68kyb6zv]{
    height: 80px;
    width: 100%;
}

#picker:has(div > input[id='list']:checked) + div .template-container .template[b-gx68kyb6zv]{
    display: flex;
    flex-direction: row;
    padding: 0; /*Need more space to fit in template-header content*/
    justify-content: space-between;
    column-gap: 5%;
}

#picker:has(div > input[id='list']:checked) + div .template-container .template > *[b-gx68kyb6zv]{
    flex: 1;
    margin: 10px
}

#picker:has(div > input[id='list']:checked) + div .template-container .template-header[b-gx68kyb6zv]{
    display: flex;
    flex-direction: column;
}

/*Remove all additional formatting from elements of template header*/
#picker:has(div > input[id='list']:checked) + div .template-container .template-header > *[b-gx68kyb6zv] {
    position: initial;
    margin: 0;
    padding: 0;
    flex: 1;
}

#picker:has(div > input[id='list']:checked) + div .template-container .template-name[b-gx68kyb6zv] {
    font-size: larger;
    overflow-x: clip;
    font-weight: bold;
    text-align: left;
    flex: 2;
    align-content: center;
}

#picker:has(div > input[id='list']:checked) + div .template-container .template-estimation[b-gx68kyb6zv] {
    font-size: smaller;
    text-align: left;
    color: gray;
    bottom: 15px;
}

#picker:has(div > input[id='list']:checked) + div .template-container .template-details[b-gx68kyb6zv] {
    overflow-y: hidden;
    flex-grow: 2;
    max-height: 100%;
}

#picker:has(div > input[id='list']:checked) + div .template-container .template-buttons[b-gx68kyb6zv] {
    display: block;
    visibility: visible;
    height: 100%;
    overflow-y: auto;
    align-content: center;
    text-align-last: center;
    margin: 0;
}

#picker:has(div > input[id='list']:checked) + div .template-container .template-buttons .template-button[b-gx68kyb6zv] {
    padding-left: 10px;
}
#picker:has(div > input[id='list']:checked) + div .template-container .template-buttons img[b-gx68kyb6zv]{
    width: 20px;
}

#picker:has(div > input[id='list']:checked) + div .template-container .template-buttons .shared-info-button[b-gx68kyb6zv]{
    display: initial;
    visibility: visible;
    position: initial;
    bottom: initial;
    left: initial;
}
/* _content/Max Iterations Web Application/Pages/Templates/Shared/CreateEditComponent.razor.rz.scp.css */
.create-title[b-6ykev1z7ml] {
    min-height: 900px;
    padding: 0px !important;
}

.template-title[b-6ykev1z7ml] {
    padding-left: 0px !important;
    font-size: 1.75rem;
    color: #202020;
    font-family: "Kumbh Sans";
    /*min-width: calc(100% - 250px);*/
    max-width: calc(100% - 260px);
    line-height: normal;
}

.create-main-heading[b-6ykev1z7ml] {
    padding-left: 10px !important;
}

.create-template-model-dropdown[b-6ykev1z7ml] {
    min-width: 235px;
    max-width: 235px;
}

.temp[b-6ykev1z7ml] {
    background: var(--bs-light);
    padding: 20px;
    border-radius: 10px;
}

.none-clickable-text[b-6ykev1z7ml] {
    user-select: none;
}

.form-check-input[b-6ykev1z7ml] {
    margin-right: 20px;
}

.form-select[b-6ykev1z7ml] {
    margin-left: 20px;
    width: calc(100% - 20px);
}
/* _content/Max Iterations Web Application/Shared/Collapsable.razor.rz.scp.css */
/* _content/Max Iterations Web Application/Shared/HelpPanel/HelpPanel.razor.rz.scp.css */
.help-panel[b-djzpbw1nyj] {
    border: none;
    padding: 0;
    background: var(--bs-light);
    width: 0;
    position: fixed;
    right: 0;
    z-index: 9999;
    overflow: auto;
    margin-top: 60px;
    border-radius: 20px;
    transition: all 0.25s linear;
}

span[b-djzpbw1nyj] {
    font-size: x-large;
}

.modal-header[b-djzpbw1nyj] {
    padding-bottom: 0;
}

.modal-body-model-text-input[b-djzpbw1nyj] {
    width: 429px;
}

.modal-footer[b-djzpbw1nyj] {
    border: transparent;
    padding-top: 0;
}

/*.modal-content{
    min-height: 20em; !*When validation error occurs, it will resize to fit it.*!
}*/

.close-button[b-djzpbw1nyj] {
    background: inherit;
    border-style: none;
    height: 30px;
    width: 30px;
    line-height: 2.5;
    margin-bottom: 10px;
}

.form-padding[b-djzpbw1nyj] {
    /*Do not remove. It is what keeps the scrollbar push down since pushing the div doesn't work.*/
    padding-bottom: 10px;
}

.list-container[b-djzpbw1nyj] {
    overflow-y: overlay;
    height: 120px;
    border: 2px inset;
    border-radius: 5px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.list-item[b-djzpbw1nyj] {
    padding: 3px;
}

.list-item-button[b-djzpbw1nyj] {
    background: inherit;
    border-color: transparent;
    float: right;
    margin-right: 8px;
}

.list-container-label[b-djzpbw1nyj] {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 410px;
}

button:hover > img[b-djzpbw1nyj] {
    filter: invert(.4);
}

.close-text[b-djzpbw1nyj] {
    position: absolute;
    top: 0;
    right: 24px;
}

.close-button:hover[b-djzpbw1nyj] {
    color: var(--bs-primary)
}

.modal-body[b-djzpbw1nyj] {
    padding-bottom: 0;
}

button[b-djzpbw1nyj] {
    width: 90px;
    align-content: center;
    background-color: var(--bs-light);
    border-radius: 20px;
    color: var(--bs-dark);
    font-weight: bold;
    border-color: silver;
    height: 30px;
    font-size: 1em;
}
/* _content/Max Iterations Web Application/Shared/HelpPanel/OffCanvas.razor.rz.scp.css */
.offcanvas[b-y144y94dgt] {
    z-index: 19;
}
/* _content/Max Iterations Web Application/Shared/HoverableImage.razor.rz.scp.css */
/*Makes images black*/
div > img[b-wk3evdg61k] {
    background: transparent;
    filter: brightness(0) saturate(0%);;
}

div[b-wk3evdg61k] {
    background: transparent;
}

div:hover[b-wk3evdg61k] {
    background: var(--bs-primary);
}

div:hover > img[b-wk3evdg61k] {
    filter: brightness(0) invert(100)
}
/* _content/Max Iterations Web Application/Shared/Inputs/Base/MultiInputSetter.razor.rz.scp.css */
/* _content/Max Iterations Web Application/Shared/Inputs/WithHelpButton/TextAreaWithCounter.razor.rz.scp.css */
textarea[b-zguiyety6m] {
    border: solid 1px var(--bs-primary);
    background-color: whitesmoke;
    --border-color: var(--bs-dark);
    --border-thickness: 2px;
    --hover-gap: 5px;

    padding: calc(var(--hover-gap) + var(--border-thickness));
    --gradient-colors: #0000 25%, var(--border-color) 0;
    background: conic-gradient(from 180deg at top var(--border-thickness) right var(--border-thickness), var(--gradient-colors)) var(--hover-expand, 200%) 0  /200% var(--hover-expand, var(--border-thickness)) no-repeat,
    conic-gradient(at bottom var(--border-thickness) left var(--border-thickness), var(--gradient-colors)) 0 var(--hover-expand, 200%)/var(--hover-expand, var(--border-thickness)) 200% no-repeat;
    transition: .3s, background-position .3s .3s;
    cursor: pointer;
}

textarea:focus[b-zguiyety6m] {
    border: solid 1px var(--bs-secondary) !important;
    --hover-expand: 100%;
    transition: .3s, background-size .3s .3s;
}

textarea:hover[b-zguiyety6m] {
    border-color: var(--bs-secondary);
}
/* _content/Max Iterations Web Application/Shared/Loader/DelayedLoader.razor.rz.scp.css */
.animated[b-z2655yvemj] {
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    animation-fill-mode: none;
    -webkit-animation-fill-mode: none;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes rotate-b-z2655yvemj {
    0% {
        /*transform: scale(1);*/
        transform-origin: center center;
        transform: rotate(-360deg) scale(1);
    }
    50% {
        /*transform: scale(1.1);*/
        transform-origin: center center;
        transform: rotate(-180deg) scale(0.1);
    }
    100% {
        /*transform: scale(1);*/
        transform-origin: center center;
        transform: rotate(0) scale(1);
    }
}

@-webkit-keyframes rotate {
    0% {
        /*-webkit-transform: scale(1);*/
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-360deg) scale(1);
    }
    50% {
        /*-webkit-transform: scale(1.1);*/
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-180deg) scale(0.1);
    }
    100% {
        /*-webkit-transform: scale(1);*/
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0) scale(1);
    }
}

.rotate[b-z2655yvemj] {
    animation-name: rotate-b-z2655yvemj;
    -webkit-animation-name: rotate;
}
/* _content/Max Iterations Web Application/Shared/Loader/ImmediateLoader.razor.rz.scp.css */
.animated[b-clzbuihopq] {
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    animation-fill-mode: none;
    -webkit-animation-fill-mode: none;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes rotate-b-clzbuihopq {
    0% {
        /*transform: scale(1);*/
        transform-origin: center center;
        transform: rotate(-360deg) scale(1);
    }
    50% {
        /*transform: scale(1.1);*/
        transform-origin: center center;
        transform: rotate(-180deg) scale(0.1);
    }
    100% {
        /*transform: scale(1);*/
        transform-origin: center center;
        transform: rotate(0) scale(1);
    }
}

@-webkit-keyframes rotate {
    0% {
        /*-webkit-transform: scale(1);*/
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-360deg) scale(1);
    }
    50% {
        /*-webkit-transform: scale(1.1);*/
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-180deg) scale(0.1);
    }
    100% {
        /*-webkit-transform: scale(1);*/
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0) scale(1);
    }
}

.rotate[b-clzbuihopq] {
    animation-name: rotate-b-clzbuihopq;
    -webkit-animation-name: rotate;
}
/* _content/Max Iterations Web Application/Shared/MainLayout.razor.rz.scp.css */
.page[b-cgvdj3ci88] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--bs-light);
}

main[b-cgvdj3ci88] {
    flex: 1;
}

.sidebar[b-cgvdj3ci88] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: var(--bs-light);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-right: ridge 1px #d3d3d317;
}

.collapsed[b-cgvdj3ci88] {
    max-width: 0px !important;
    visibility: hidden;
    transition: width linear 1s;
}

.top-row[b-cgvdj3ci88] {
    background: rgb(251, 251, 251);
    background: linear-gradient(90deg, rgba(251, 251, 251, 1) 0%, rgba(255, 255, 255, 1) 10%);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cgvdj3ci88]  a, .top-row .btn-link[b-cgvdj3ci88] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-cgvdj3ci88] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-cgvdj3ci88] {
        display: none;
    }

    .top-row.auth[b-cgvdj3ci88] {
        justify-content: space-between;
    }

    .top-row a[b-cgvdj3ci88], .top-row .btn-link[b-cgvdj3ci88] {
        margin-left: 0;
    }

    .sidebar[b-cgvdj3ci88] {
        border-right: none;
    }
}

@media (min-width: 641px) {
    .page[b-cgvdj3ci88] {
        flex-direction: row;
    }

    .sidebar[b-cgvdj3ci88] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cgvdj3ci88] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-cgvdj3ci88], article[b-cgvdj3ci88] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Max Iterations Web Application/Shared/Modals/GenericModal.razor.rz.scp.css */

/* _content/Max Iterations Web Application/Shared/Modals/ShareModal.razor.rz.scp.css */

span[b-05xz3asbyb] {
    font-size: x-large;
}

.modal-header[b-05xz3asbyb] {
    padding-bottom: 0;
}

.share-modal-content-text-input[b-05xz3asbyb] {
    width: 429px;
}

.modal-footer[b-05xz3asbyb] {
    border: transparent;
    padding-top: 0;
}

.modal-content[b-05xz3asbyb] {
    min-height: 20em; /*When validation error occurs, it will resize to fit it.*/
}

.share-modal-close-button[b-05xz3asbyb] {
    background: inherit;
    border-style: none;
}

.share-modal-form-padding[b-05xz3asbyb] {
    /*Do not remove. It is what keeps the scrollbar push down since pushing the div doesn't work.*/
    padding-bottom: 10px;
}

.share-modal-list-container[b-05xz3asbyb] {
    overflow-y: overlay;
    height: 120px;
    border: 2px inset;
    border-radius: 5px;
    padding-bottom: 0;
    margin-bottom: 0;
}


.share-modal-list-item[b-05xz3asbyb] {
    padding: 3px;
}

.share-modal-list-item-button[b-05xz3asbyb] {
    background: inherit;
    border-color: transparent;
    float: right;
    margin-right: 8px;
}


.share-modal-list-container-label[b-05xz3asbyb] {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 410px;
}

.share-modal-close-text[b-05xz3asbyb] {
    position: absolute;
    top: 0;
    right: 7px;
}


.modal-body[b-05xz3asbyb] {
    padding-bottom: 0;
}
/* _content/Max Iterations Web Application/Shared/NavMenu.razor.rz.scp.css */
div[b-pv8vs5cicg] {
    font-size: 18px;
    color: var(--bs-dark);
    font-weight: 700;
    font-family: "Kumbh Sans";
}

.navbar-toggler[b-pv8vs5cicg] {
    background-color: rgba(255, 255, 255, 0.1);
    background: linear-gradient(45deg, rgb(204 64 191), var(--bs-secondary))
}

.top-row[b-pv8vs5cicg] {
    height: 3.5rem;
}

.navbar-brand[b-pv8vs5cicg] {
    font-size: 1.1rem;
}

.oi[b-pv8vs5cicg] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-pv8vs5cicg]  {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.px-3[b-pv8vs5cicg]  {
    padding: 0 !important;
}

.nav-item:first-of-type[b-pv8vs5cicg] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-pv8vs5cicg] {
}

.nav-item[b-pv8vs5cicg]  a {
    color: var(--bs-dark); /*This is where you change navigation bar color*/
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-pv8vs5cicg]  a.active {
    background-color: lightgray;
}

.nav-item[b-pv8vs5cicg]  a:hover {
    background-color: var(--bs-primary);
    color: white
}

/*Added by Kendricks to make images flip*/
.nav-item[b-pv8vs5cicg]  a:hover img {
    filter: invert(1);
}

@media (min-width: 641px) {
    .navbar-toggler[b-pv8vs5cicg] {
        display: none;
    }

    .collapse[b-pv8vs5cicg] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        border-radius: 25px
    }
}
/* _content/Max Iterations Web Application/Shared/ProfileOptions.razor.rz.scp.css */
.profile-option-dropdown-container[b-lfzeuug3mv] {
    position: relative;
    display: inline-block;
    height: 100%;
}

.profile-option-dropdown-button[b-lfzeuug3mv] {
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    height: 100%;
    background-color: var(--bs-light);
}

.profile-option-dropdown-content-container[b-lfzeuug3mv] {
    display: none;
    position: absolute;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
    min-width: 120px;
}

.profile_button[b-lfzeuug3mv] {
    width: 100%;
    border-radius: 0;
    border: none;
    background-color: var(--bs-white);
}

.profile_button:hover[b-lfzeuug3mv] {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.show[b-lfzeuug3mv] {
    display: block;
}

/*region Profile SVG Style*/
.svg-background-container[b-lfzeuug3mv]{ /*Needed to make ide happy*/}
svg path:first-of-type[b-lfzeuug3mv]{
    fill:var(--bs-primary);
    fill-opacity:1;
    fill-rule:evenodd;
}

.profile-option-dropdown-container:hover svg path:first-of-type[b-lfzeuug3mv], .profile-option-dropdown-button:focus svg path:first-of-type[b-lfzeuug3mv]{
    fill:var(--bs-secondary);
}

.svg-background-container g > path[b-lfzeuug3mv]{
    fill:var(--bs-dark);
    display:inline;
}
/*endregion*/

/* _content/Max Iterations Web Application/Shared/Spinner.razor.rz.scp.css */
.rotate[b-xcgzttvgqf] {
    animation: rotation-b-xcgzttvgqf 3.5s running infinite;
}

@keyframes rotation-b-xcgzttvgqf {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.rotate-paused[b-xcgzttvgqf] {
    animation: rotation-b-xcgzttvgqf paused;
}

.loading[b-xcgzttvgqf] {
    animation: color-change 2s infinite;
    line-height: 4;
    font-size: 10px;
}

.text-rainbow-animation[b-xcgzttvgqf] {
    font-size: 16px;
    background-image: linear-gradient(to right, var(--bs-primary), var(--bs-dark), var(--bs-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: rainbow-animation-b-xcgzttvgqf 250s linear infinite;
    line-height: 35px;
}

@keyframes rainbow-animation-b-xcgzttvgqf {
    to {
        background-position: 4500vh;
    }
}
